Description
Handles JSF navigation given a DocumentSuggestion as input.
Operation id | Suggestion.JSF.NavigateToDocument |
Category | User Interface |
Label | Suggestion handler for navigation to document view |
Requires | |
Since | |
Parameters
Signature
Inputs | object |
Outputs | object |
Implementation Information
JSON Definition
{
"id" : "Suggestion.JSF.NavigateToDocument",
"label" : "Suggestion handler for navigation to document view",
"category" : "User Interface",
"requires" : null,
"description" : "Handles JSF navigation given a DocumentSuggestion as input.",
"url" : "Suggestion.JSF.NavigateToDocument",
"signature" : [ "object", "object" ],
"params" : [ {
"name" : "clearFacetedSearch",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "navigationTree",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "updateNavigationTree",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}